If you encounter this problem, consider the following reasons first:Did you set an int variable in the SetText () method, such as SetText (10).In this way, the Android system will take the initiative to find the resource file, but it is not a resource file ID, so will report this bug.WORKAROUND: Convert int business data to string type, such as Tv_price.settext (price+ "");"Resource notfoundexception USD: # 0 X55 string resource" caused by:android.con
Theoretical basis:
Assuming you need to eject a messagebox, you need to use at least the following APIs or modules:
GetProcAddress ()------>14byte
Loadlibraryexa ()------->14byte
ExitProcess ()------------->11byte
User32.dll ()--------------->10byte
MessageBox ()----------->11byte
Just a simple MessageBox has 60 logically unrelated bytes involved and must be optimized
Method: Through the algorithm into a 32-bit hash summary
Algorithm Desig
When I found my website last night, I had a bunch of JS code in front of the page code HTML. Just started to think that the site was black, hurriedly to the server to see if all files with this string of JS code, search results are not, and the server did not find traces of intrusion.
So can only start from this code, I download this JS development discovery is the following section of code:
Copy Code code as follows:
window["\x64\x6f\x63\x75\x6d\x65\x6e\x74" ["\x77\x72\x69\x74\x65
At this point check the source code can be found at the top of the page was added a sentence
But this code doesn't always appear.
I thought the server was attacked or the virus was in the server.
Checked all pages and related files that have occurred
No Exceptions found
The server didn't find any intrusion marks either.
Download this JS file to the local, open after the discovery is the following code
window["\x64\x6f\x63\x75\x6d\x65\x6e\x74" ["\x77\x72\x69\x74\x65\x6c\x6e"] ("\x3c\x44\x49\
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.